home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / HScheduler.EN / RCDATA / TPROJECTSCHEDULE / TPROJECTSCHEDULE.txt
Text File  |  2002-04-17  |  6KB  |  285 lines

  1. object ProjectSchedule: TProjectSchedule
  2.   Left = 203
  3.   Top = 112
  4.   Width = 411
  5.   Height = 214
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Project Schedule'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 1
  20.     Top = 0
  21.     Width = 402
  22.     Height = 155
  23.     ActivePage = TabSheet1
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'Project'
  27.       ImageIndex = 2
  28.       OnShow = TabSheet1Show
  29.       object Label1: TLabel
  30.         Left = 6
  31.         Top = 29
  32.         Width = 36
  33.         Height = 13
  34.         Caption = 'Project:'
  35.       end
  36.       object EnabledButton: TSpeedButton
  37.         Left = 258
  38.         Top = 53
  39.         Width = 73
  40.         Height = 25
  41.         AllowAllUp = True
  42.         GroupIndex = 1
  43.         Caption = 'Enabled'
  44.         OnClick = EnabledButtonClick
  45.       end
  46.       object ProjectFileNameEdit: TEdit
  47.         Left = 58
  48.         Top = 25
  49.         Width = 329
  50.         Height = 21
  51.         TabOrder = 0
  52.         OnExit = ProjectFileNameEditExit
  53.       end
  54.       object BrowseButton: TButton
  55.         Left = 87
  56.         Top = 53
  57.         Width = 75
  58.         Height = 26
  59.         Caption = 'Browse...'
  60.         Default = True
  61.         ModalResult = 1
  62.         TabOrder = 1
  63.         OnClick = BrowseButtonClick
  64.       end
  65.       object Button3: TButton
  66.         Left = 173
  67.         Top = 53
  68.         Width = 75
  69.         Height = 26
  70.         Cancel = True
  71.         Caption = 'New...'
  72.         ModalResult = 2
  73.         TabOrder = 2
  74.         OnClick = Button3Click
  75.       end
  76.     end
  77.     object TabSheet2: TTabSheet
  78.       Caption = 'Schedule'
  79.       ImageIndex = 1
  80.       object Label2: TLabel
  81.         Left = 5
  82.         Top = 5
  83.         Width = 86
  84.         Height = 13
  85.         Caption = 'Run this project....'
  86.       end
  87.       object Label4: TLabel
  88.         Left = 135
  89.         Top = 28
  90.         Width = 84
  91.         Height = 13
  92.         Caption = 'minutes after hour'
  93.       end
  94.       object Label3: TLabel
  95.         Left = 157
  96.         Top = 81
  97.         Width = 9
  98.         Height = 13
  99.         Caption = 'at'
  100.       end
  101.       object HourlyRadioButton: TRadioButton
  102.         Left = 27
  103.         Top = 28
  104.         Width = 65
  105.         Height = 14
  106.         Caption = 'Hourly at'
  107.         Checked = True
  108.         TabOrder = 0
  109.         TabStop = True
  110.         OnEnter = HourlyRadioButtonEnter
  111.       end
  112.       object DailyRadioButton: TRadioButton
  113.         Left = 27
  114.         Top = 54
  115.         Width = 57
  116.         Height = 14
  117.         Caption = 'Daily at'
  118.         TabOrder = 1
  119.         OnEnter = DailyRadioButtonEnter
  120.       end
  121.       object MonthlyRadioButton: TRadioButton
  122.         Left = 27
  123.         Top = 80
  124.         Width = 93
  125.         Height = 13
  126.         Caption = 'Monthly on day'
  127.         TabOrder = 2
  128.         OnEnter = MonthlyRadioButtonEnter
  129.       end
  130.       object OnceRadioButton: TRadioButton
  131.         Left = 27
  132.         Top = 106
  133.         Width = 78
  134.         Height = 13
  135.         Caption = 'Only once at'
  136.         TabOrder = 3
  137.         Visible = False
  138.       end
  139.       object HourlyEdit: TEdit
  140.         Left = 98
  141.         Top = 24
  142.         Width = 33
  143.         Height = 21
  144.         Color = clMenu
  145.         Enabled = False
  146.         TabOrder = 4
  147.         Text = '1'
  148.         OnExit = HourlyEditExit
  149.       end
  150.       object DayMonthEdit: TEdit
  151.         Left = 120
  152.         Top = 76
  153.         Width = 31
  154.         Height = 21
  155.         Color = clMenu
  156.         Enabled = False
  157.         TabOrder = 5
  158.         Text = '1'
  159.         OnExit = DayMonthEditExit
  160.       end
  161.       object MonthlyEdit: TEdit
  162.         Left = 176
  163.         Top = 77
  164.         Width = 45
  165.         Height = 21
  166.         Color = clMenu
  167.         Enabled = False
  168.         TabOrder = 6
  169.         OnExit = MonthlyEditExit
  170.       end
  171.       object DailyEdit: TEdit
  172.         Left = 85
  173.         Top = 51
  174.         Width = 46
  175.         Height = 21
  176.         Color = clMenu
  177.         Enabled = False
  178.         TabOrder = 7
  179.         OnExit = DailyEditExit
  180.       end
  181.       object OnceEdit: TEdit
  182.         Left = 108
  183.         Top = 102
  184.         Width = 107
  185.         Height = 21
  186.         Color = clMenu
  187.         Enabled = False
  188.         TabOrder = 8
  189.         Visible = False
  190.         OnExit = OnceEditExit
  191.       end
  192.     end
  193.     object TabSheet3: TTabSheet
  194.       Caption = 'Parameters'
  195.       ImageIndex = 2
  196.       object Label5: TLabel
  197.         Left = 11
  198.         Top = 20
  199.         Width = 72
  200.         Height = 13
  201.         Caption = 'Run command:'
  202.       end
  203.       object Label6: TLabel
  204.         Left = 35
  205.         Top = 45
  206.         Width = 46
  207.         Height = 13
  208.         Caption = 'Time limit:'
  209.       end
  210.       object Label8: TLabel
  211.         Left = 164
  212.         Top = 45
  213.         Width = 109
  214.         Height = 13
  215.         Caption = 'minutes (zero = no limit)'
  216.       end
  217.       object RunTypeComboBox: TComboBox
  218.         Left = 94
  219.         Top = 18
  220.         Width = 202
  221.         Height = 21
  222.         ItemHeight = 13
  223.         TabOrder = 0
  224.         Text = 'Run normally'
  225.         Items.Strings = (
  226.           'Run normally'
  227.           'Relink files'
  228.           'Complete refresh')
  229.       end
  230.       object TimeLimitEdit: TEdit
  231.         Left = 94
  232.         Top = 43
  233.         Width = 51
  234.         Height = 21
  235.         TabOrder = 1
  236.         Text = '0'
  237.         OnExit = TimeLimitEditExit
  238.       end
  239.     end
  240.   end
  241.   object OKBtn: TButton
  242.     Left = 162
  243.     Top = 159
  244.     Width = 75
  245.     Height = 25
  246.     Caption = 'OK'
  247.     Default = True
  248.     ModalResult = 1
  249.     TabOrder = 1
  250.   end
  251.   object CancelBtn: TButton
  252.     Left = 246
  253.     Top = 159
  254.     Width = 74
  255.     Height = 25
  256.     Cancel = True
  257.     Caption = 'Cancel'
  258.     ModalResult = 2
  259.     TabOrder = 2
  260.   end
  261.   object Button1: TButton
  262.     Left = 327
  263.     Top = 159
  264.     Width = 75
  265.     Height = 25
  266.     Cancel = True
  267.     Caption = 'Apply'
  268.     Enabled = False
  269.     ModalResult = 1
  270.     TabOrder = 3
  271.   end
  272.   object OpenDialog1: TOpenDialog
  273.     Filter = 'HInfoDownload project|*.hpr|Any file|*.*'
  274.     Left = 124
  275.     Top = 154
  276.   end
  277.   object SaveDialog: TSaveDialog
  278.     DefaultExt = 'hpr'
  279.     Filter = 'HInfoDownloadProject|*.hpr|All Files|*.*'
  280.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  281.     Left = 93
  282.     Top = 154
  283.   end
  284. end
  285.